summaryrefslogtreecommitdiff
path: root/examples/hackernews/src/pages/users/[id].astro
diff options
context:
space:
mode:
authorGravatar Princesseuh <Princesseuh@users.noreply.github.com> 2022-11-08 18:39:22 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-11-08 18:39:22 +0000
commitdcdeca56acb6c03d4868ece51ef4611e7598e270 (patch)
treef8731cc4f82f335c00a4a9a7f4b573d277b84a3e /examples/hackernews/src/pages/users/[id].astro
parent0dcdc6fb1e6160c8a225a65c4810f565e2b673b5 (diff)
downloadastro-dcdeca56acb6c03d4868ece51ef4611e7598e270.tar.gz
astro-dcdeca56acb6c03d4868ece51ef4611e7598e270.tar.zst
astro-dcdeca56acb6c03d4868ece51ef4611e7598e270.zip
[ci] format
Diffstat (limited to 'examples/hackernews/src/pages/users/[id].astro')
-rw-r--r--examples/hackernews/src/pages/users/[id].astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hackernews/src/pages/users/[id].astro b/examples/hackernews/src/pages/users/[id].astro
index 9b43c6958..e56085992 100644
--- a/examples/hackernews/src/pages/users/[id].astro
+++ b/examples/hackernews/src/pages/users/[id].astro
@@ -25,7 +25,7 @@ const user = (await fetchAPI(`user/${id}`)) as IUser;
{user.karma}
</li>
<Show when={user.about}>
- <li set:html={user.about} class="about"></li>{' '}
+ <li set:html={user.about} class="about" />{' '}
</Show>
</ul>
<p>